home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_108 / bash-108.zoo / st-bash-src / sysdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-17  |  872 b   |  39 lines

  1. /* sysdefs.h -- #defines for your system created by ./makeargs.sh.
  2.    Do NOT EDIT this file, since any changes will disappear.
  3.    Instead, edit ./makeargs.sh, or config.h, or machines.h. */
  4.  
  5. #if !defined (_SYSDEFS_H_)
  6. #define _SYSDEFS_H_
  7.  
  8. #define HAVE_SHARED_LIBS
  9.  
  10. #if !defined (MAINTAINER)
  11. # define MAINTAINER scott@sparc1.stevens-tech.edu
  12. #endif /* MAINTAINER */
  13.  
  14. #if !defined (HAVE_CSH)
  15. # define HAVE_CSH
  16. #endif /* HAVE_CSH */
  17.  
  18. #if !defined (RANLIB_LOCATION)
  19. # define RANLIB_LOCATION /usr/bin/ranlib
  20. #endif /* RANLIB_LOCATION */
  21.  
  22. #if !defined (HAVE_UNISTD_H)
  23. # define HAVE_UNISTD_H
  24. #endif /* HAVE_UNISTD_H */
  25.  
  26. #if !defined (HAVE_WAIT_H)
  27. # define HAVE_WAIT_H
  28. #endif /* HAVE_WAIT_H */
  29.  
  30. #if !defined (HAVE_ALLOCA_H)
  31. # define HAVE_ALLOCA_H
  32. #endif /* HAVE_ALLOCA_H */
  33.  
  34. #if !defined (HAVE_RESOURCE)
  35. # define HAVE_RESOURCE
  36. #endif /* HAVE_RESOURCE */
  37.  
  38. #endif /* _SYSDEFS_H_ */
  39.